/*  product image and modal */
.product__detail {
    font-size: 1.4rem;
    margin: 20px 0;
}

.container {
    width: 100%;
    position: relative;
}

.container-owl-main-thumb {
    /* overflow: hidden; */
    position: relative;
}

#owlMain {
    text-align: center;
}
#owlMain .slides {
}
#owlMain .slides a img {
    height: auto;
    max-width: 650px;
}

.owl-main-dots {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 10px;
    list-style-type: none;
    width: 100%;
}

.owl-main-dots .owl-main-dot {
    width: calc((100% / 5) - 8px);
    /* width: 65px; */
    /* flex: 0 0 19%; */
    height: 100%;
    border: 2px solid transparent;
    cursor: pointer;
}

.owl-main-dots .owl-main-dot img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.btn-owl-modal-open {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    cursor: pointer;
    width: calc((100% / 5) - 18px);
    border: 2px solid white;
    height: 100%;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
}

#owlModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    transform: translateX(-100%);
}
#btnModalClose {
    position: absolute;
    top: 40px;
    right: 30px;
    font-size: 45px;
    cursor: pointer;
    z-index: 200;
}
.prd-owl-modal-container {
    width: 550px;
    margin: auto;
    /* width: 80%;*/

    /* background-color: white; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#prdOwlModalThumb {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /* transform: translateX(-50%); */
}

#prdOwlModalThumb .items {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
#prdOwlModalThumb .items .item {
    width: 80px;
    border: 1px solid transparent;
    cursor: pointer;
}

#prdOwlModalThumb .items .item img {
    width: 100%;
    height: auto;
}
.owlActive {
    border: 2px solid var(--primary-color) !important;
}
/* end product image and modal */

/* arrow modal */
.navigationOwlModal {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 5rem;
    width: 100%;
}
.arrow-owl-modal-left,
.arrow-owl-modal-right {
    margin: 0 20px;
    cursor: pointer;
}

.arrow-owl-modal-right {
    float: right;
}
/* end arrow modal */

/* product info  */
.product__detail-info-title-name {
    font-size: 1.3em;
}

.product__detail-info-title-price {
    font-size: 1.3em;
    /* margin: 0; */
    display: inline-block;
    /* display: flex; */
    /* gap: 15px; */
    /* flex-flow: wrap; */
    margin-right: 5px;
}

.product__detail-info-title-price-old {
    font-size: 1.3em;
    text-decoration: line-through;
    color: #737373;
}

.product__detail-info-filter-group {
    margin-top: 30px;
}

.product__detail-info-filter-items {
    display: flex;
    /* gap: 10px; */
    flex-wrap: wrap;
}
.product__detail-info-filter-item {
    position: relative;
    border: 1px solid var(--border-light-color);
    width: calc((100% / 2) - 10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
}

.product__detail-info-filter-item a {
    width: 100%;
    text-decoration: none;
    color: var(--black-color);
}

.product__detail-info-filter-item-content {
    display: flex;
    /* gap: 10px; */
    padding: 10px;
}
.product__detail-info-filter-item-image {
    max-width: 80px;
    height: auto;
    margin-right: 10px;
}
.product__detail-info-filter-item-name {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    /* gap: 10px; */
}

.activeFilter {
    border: 1px solid var(--primary-color);
}
.group-input {
    display: flex;
    /* -webkit-box-align: center; */
    /* align-items: center; */
    /* margin-top: 8px; */
}
.group-input button:first-child {
    border-right: none;
    border-radius: 4px 0px 0px 4px;
    padding: 4px;
}
.group-input button {
    cursor: pointer;
    width: 30px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(236, 236, 236);
}
.group-input button,
.group-input input {
    height: 30px;
    color: var(--black-color);
    font-size: 1.4rem;
    text-align: center;
    outline: none;
    transition: border-color 0.15s ease-in-out 0s,
        box-shadow 0.15s ease-in-out 0s;
}
.group-input input {
    width: 40px;
    border: 1px solid rgb(236, 236, 236);
}
.group-input button:last-child {
    border-left: none;
    border-radius: 0px 4px 4px 0px;
    padding: 4px;
}

.product__detail-info-btn {
    display: flex;
    /* gap: 10px; */
    margin: 20px 0;
    flex-wrap: wrap;
}
.product__detail-info-btn div {
    flex: 1 0 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 10px;
}

.product__detail-info-btn-buy {
    /* flex-grow: 1; */

    background-color: var(--black-color);
    color: var(--white-color);
}
.product__detail-info-btn-cart {
    /* flex-grow: 1; */
    background-color: var(--second-color);
}
.product__detail-info-desc {
    line-height: 20px;
}
.another__product {
    margin: 40px 0;
}

.another__product-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
    border-bottom: solid 1px var(--border-light-color);
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.cart_img {
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    object-fit: cover;
    position: absolute;
    transition: all 1s ease;
    opacity: 0;
}

/* end product info  */

/* responesive */
@media (min-width: 740px) {
    .btn-owl-modal-open {
        font-size: 1.4rem;
    }
    .product__detail-info-btn div {
        flex: 1 0 40%;
    }
    .product__detail-info-btn {
        gap: 20px;
        margin: 20px 0;
        flex-wrap: nowrap;
    }
    .product__detail-info-filter-item {
        width: calc((100% / 3) - 10px);
    }

    .product__detail-info-title-name {
        font-size: 2em;
    }

    .product__detail-info-title-price {
        font-size: 3rem;
        /* margin: 20px 0; */
    }
}

@media (max-width: 1024px) and (min-width: 740px) {
    .product__detail-info-filter-item-content {
        display: block;
        /* gap: 10px; */
        /* padding: 10px; */
    }
}

@media (min-width: 1113px) {
}
